[codex] rename project to ly-code - #168
Draft
lyfmt wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
项目已从
ly-pi更名为ly-code,但旧名称仍贯穿 Maven 坐标、模块目录、Java 包与类型、Spring 配置前缀、CLI/环境变量、本地资源目录、脚本、CI 和项目 Skills。继续保留这些旧入口会导致发布物、运行参数和本地配置仍暴露旧品牌,并让后续开发同时维护两套命名。根因与影响
旧名称不是单一展示字符串,而是构建坐标和运行时契约的一部分。只修改 README 或根 artifact 会使模块依赖、Spring 绑定、反射配置、子代理启动命令及资源发现路径失配。此次 PR 采用一次性完整切换,不保留旧命名兼容层;使用方需要改用
lycode.*、LYCODE_*和~/.ly-code。修改
cn.lycode:ly-code,11 个 Maven 模块统一改为lycode-*。cn.lycode,项目类型前缀统一为LyCode。lycode.*、--lycode.*、LYCODE_*。.ly-code,同步资源发现、Session、Subagent、权限与 TUI 相关引用。ly-pi/lypi旧标识。验证
mvn -B test:2175 项通过,4 项依赖真实凭据或环境的测试跳过。bash scripts/test-run-lycode.shmvn -B -ntp -DskipTests packagebash -n scripts/*.sh lycode-transport-tui/src/test/resources/*.shgit diff --check与全仓旧名称扫描通过。